runtime.mspan.allocCountBeforeCache (field)
6 uses
runtime (current package)
mcache.go#L165: slotsUsed := int64(s.allocCount) - int64(s.allocCountBeforeCache)
mcache.go#L180: s.allocCountBeforeCache = 0
mcache.go#L198: s.allocCountBeforeCache = s.allocCount
mcache.go#L279: slotsUsed := int64(s.allocCount) - int64(s.allocCountBeforeCache)
mcache.go#L280: s.allocCountBeforeCache = 0
mheap.go#L513: allocCountBeforeCache uint16 // a copy of allocCount that is stored just before this span is cached
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)